CREATE PIXEL SHADER FROM FILE

This command will create a pixel shader from a specified text file.

  Syntax
CREATE PIXEL SHADER FROM FILE PixelShader Number, Shader Filename
  Parameters
PixelShader Number
Integer
This value is an integer number such as 1.
Shader Filename
String
This value is a string value encased in speech marks.

  Returns

This command does not return a value.

  Description

Use this command in concert with other pixel shader commands to create a special effect on a 3D object. Pixel shaders are powerful programmable effects, and not all 3D devices support them.

  Example Code
No example code is provided for this command
  See also

BASIC3D Commands Menu
Index